crypto/internal/fips140/aes/gcm.GCMWithCounterNonce.g (field)

4 uses

	crypto/internal/fips140/aes/gcm (current package)
		gcm_nonces.go#L56: 	return &GCMWithCounterNonce{g: *g}, nil
		gcm_nonces.go#L60: 	g         GCM
		gcm_nonces.go#L98: 	return g.g.sealAfterIndicator(dst, nonce, plaintext, data)
		gcm_nonces.go#L103: 	return g.g.Open(dst, nonce, ciphertext, data)